'''''''''''''''''''''''''''' ' Visual Basic constant file for meter bar. Load this file ' into a code module. '''''''''''''''''''''''''''' 'Orientation values Global Const MBAR_ORIENT_LR = 0 Global Const MBAR_ORIENT_RL = 1 Global Const MBAR_ORIENT_BT = 2 Global Const MBAR_ORIENT_TB = 3 'Border styles Global Const MBAR_BORDER_NONE = 0 Global Const MBAR_BORDER_FIXEDSINGLE = 1 Global Const MBAR_BORDER_THREED = 2 'Error Constants Global Const ERR_POSRANGE = 20000